projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc1f99
)
(antlr-default): Avoid nil spec in defface.
author
Luc Teirlinck
<teirllm@auburn.edu>
Fri, 21 Apr 2006 23:41:23 +0000
(23:41 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Fri, 21 Apr 2006 23:41:23 +0000
(23:41 +0000)
lisp/progmodes/antlr-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/antlr-mode.el
b/lisp/progmodes/antlr-mode.el
index 7ddd9212f6cf227c6e29156b71fa693561df9dd0..e31a94030c33c211848de84e6708428124fffc96 100644
(file)
--- a/
lisp/progmodes/antlr-mode.el
+++ b/
lisp/progmodes/antlr-mode.el
@@
-829,7
+829,7
@@
in the grammar's actions and semantic predicates, see
`antlr-font-lock-maximum-decoration'.")
(defvar antlr-default-face 'antlr-default)
-(defface antlr-default
nil
+(defface antlr-default
'((t nil))
"Face to prevent strings from language dependent highlighting.
Do not change."
:group 'antlr)